home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
.net 2002 March
/
DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin
/
pc
/
PC Software
/
free_browsing
/
DavesQckSearchDbar3-14
/
dqsd.exe
/
searches
/
stk.xml
< prev
next >
Wrap
Text File
|
2002-08-30
|
997b
|
39 lines
<search function="stk">
<name>Bloomberg Stock Quotes</name>
<description>
Get stock quotes by symbol.<br/>
<div class="helpboxDescLabels">Example:</div>
<table class="helpboxDescTable">
<tr><td>stk WMT S</td></tr>
</table>
</description>
<category>Finance</category>
<link>http://www.bloomberg.com/</link>
<form name="stkf"
action="http://quote.bloomberg.com/analytics/bquote.cgi"
method="get">
<input type="hidden" name="version" value="markets99.cfg"/>
<input type="hidden" name="ticker" value=""/>
</form>
<script><![CDATA[
function stk(q)
{
if( nullArgs("stk",q) )
return false;
else
{
document.stkf.ticker.value = q;
submitForm(stkf);
}
}
]]></script>
<copyright>
Copyright (c) 2002 David Bau
Distributed under the terms of the
GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
</copyright>
</search>